An approach to dynamic program slicing based on modular monadic semantics 某框架結構廠房的減振加固動力分析
For software debugging , researches a method based on program slice technology 關于軟件調試技術,主要研究了一種基于程序切片技術的調試方法。
A dynamic program slice is obtained by recursively traversing the data and control dependence edges in the dynamic dependence graph of the program for the given test case [ 0 , 3 ] 對于給定的測試用例{ [ 0 . 3 ] ,動態程序片是通過以下方式獲得的:遞歸遍歷程序動態依賴圖中的數據和控制依賴邊
This paper mainly discusses the design and implementation of a program slicing system based on c - similar language ( later referred as csl ) : a language defined by myself and has described the design and implementation of a complete static program slicing system 本文以一種自定義的結構化語言-類c語言( c - similarlanguage ,簡稱csl )為例,描述了一個完整的靜態程序分片系統的設計與實現過程。
Program slicing is an important technique to analyze and understand programs . a program slice s is composed of a set of statements in program p which can influence the value of a variables named v at a special program point n , in which ( n , v ) is named as slicing criterion 程序分片是一種重要的程序分析理解方法,用于從源程序中抽取對程序中特定點上的特定變量有影響的語句和控制條件,組成新的程序(稱作分片) ,然后通過分析分片來分析源程序的行為。
Since the concept of program slicing is proposed , it is widely concerned by software researchers and development staffs and is widely applied in the fields of software testing , debugging , measuring , maintenance , xml information extraction , reverse engineering and re - engineering , etc . 自從程序分片概念被提出以后,受到很多研究人員和軟件開發人員的關注,使得它在軟件測試、調試、度量、維護、程序變換、 xml信息抽取、軟件逆向工程與再工程等方面得到廣泛應用。
百科解釋
In computer programming, program slicing is the computation of the set of programs statements, the program slice, that may affect the values at some point of interest, referred to as a slicing criterion. Program slicing can be used in debugging to locate source of errors more easily.